home *** CD-ROM | disk | FTP | other *** search
/ Monster Media 1994 #2 / Monster Media No. 2 (Monster Media)(1994).ISO / prog_bas / menuwat.zip / MWMDI1.FRM (.txt) < prev    next >
Visual Basic Form  |  1993-08-30  |  3KB  |  101 lines

  1. frmMWMDIChild
  2. MW MDI Child
  3. Form1
  4.     MenuWatch
  5. SKL_MenuWatch
  6. @    Form_Load
  7. Form_LostFocus
  8. Form_MouseDown
  9. Button
  10. Shift
  11. Form_MouseMove;
  12. Form_MouseUp
  13. Form_Paint
  14. Form_QueryUnload
  15. Cancel
  16. UnloadMode
  17. Form_Resizez
  18. Form_UnloadH
  19. CountMDI
  20.     MenuWatchp
  21.     MenuDemo1
  22. frmDemoApp1
  23. MenuWatch_Selecty
  24. ItemID
  25. MenuWatch_Closer
  26. pnHelp
  27. Visible
  28. Parent
  29. MenuWatch_Open-
  30. minMnuHlpIdx
  31. maxMnuHlpIdx
  32. TheMin
  33. maxFileMnuOptIdx
  34. MenuHelp
  35. Form_LinkOpeng
  36. Form_LinkExecute
  37. CmdStr
  38. HelpFile
  39. Form_LinkError
  40. LinkErr
  41. Form_LinkClose
  42. Form_KeyUp
  43. KeyCode
  44. Form_KeyPress
  45. KeyAsciiS
  46. Form_KeyDown
  47. Form_GotFocusc
  48. Form_DragOver
  49. Source
  50. Control#
  51. State
  52. Form_DragDropB
  53. Form_Deactivate4
  54. Form_DblClick
  55. Form_Click
  56. Form_Activate
  57. PrevWinState
  58. WindowState
  59. ActiveControl
  60. Caption
  61. Screen
  62. ActiveForm
  63. MDIForm
  64. Document
  65. Controls
  66. Count
  67. Changed
  68. frmMWDemo2
  69. fSeparator
  70.     gCountMDI
  71. frmMWDemo3
  72.  Declare form-global variables, etc.
  73. Form_Load
  74.  DESCRIPTION
  75.  On Form Load, populate array of menu item help text snippetse
  76. Switch to next document
  77. [Separator]
  78. Close
  79. [Separator]
  80. Maximize
  81. Minimize
  82. Restore
  83. Move, size, or close document
  84. Form_Unload
  85.  DESCRIPTION
  86.  Whenever an MDI Child window is closed, decrement the count of open
  87.  MDI Child windows and make sure that the help status panel is hidden
  88. MenuWatch_Close
  89.  DESCRIPTION
  90.  When the "Menu Watch" control informs us that the user has completed=
  91.  any interaction with the menu, revert back to normal status bar
  92. MenuWatch_Open
  93.  DESCRIPTION
  94.  When the "Menu Watch" control informs us that the user has begund
  95.  to interact with the menu, show the menu help status bara
  96. MenuWatch_Select
  97.  DESCRIPTION
  98.  When the "Menu Watch" control tells us that a menu option has been
  99.  selected (highlighted), set the caption of the menu help status
  100.  bar to the appropriate text
  101.